home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / pppoeconf / README.Debian < prev   
Text File  |  2008-07-26  |  2KB  |  40 lines

  1. pppoeconf for Debian
  2. ====================
  3.  
  4. This is pppoeconf, a tiny utility that makes configuration of DSL links more
  5. comfortable. In theory, it does the same things that anybody would do by hand,
  6. but avoids the usual human errors (like forgotten quotes).
  7.  
  8. Since version 1.0.4, the pppoe plugin of pppd is used, along with the
  9. discovery utility provided by the pppd package and a script to enable MSS
  10. clamping in the kernel space. Previously (or even now if old ppp package is
  11. installed), the pppoe utility is used (also known as RP-PPPoE) which does the
  12. same jobs in an equal manner.
  13.  
  14. NOTE: If you have been using a pppoeconf version between 1.0.4 and 1.0.13 and
  15. you have configured IP filters on your machine, you should reconfigure the
  16. interface or edit the iptables script /etc/ppp/ip-up.d/0clampmss and replace
  17. -A with -I there.  Otherwise, the MSS clamping rule will not be inserted in
  18. the correct location.
  19.  
  20.  
  21. Timeout waiting for PADO socket
  22. -------------------------------
  23.  
  24. pppoeconf don't set lcp-echo-interval and lcp-echo-failure options (ppp
  25. default values are commented in ``/etc/ppp/peers/dsl-provider``).
  26. Don't forget to adjust this values for your connection (see
  27. ``/etc/ppp/options`` file or pppd(8) to have more details).
  28.  
  29.  
  30. Persistent connections (i.e. start again if actual connection is down)
  31. ----------------------------------------------------------------------
  32.  
  33. pppoeconf don't set persist/maxfail/holdoff option. But they are commented
  34. in ``/etc/ppp/peers/dsl-provider`` and uncomment them if you want to have
  35. ppp persistent connections (see ``/etc/ppp/options`` file or pppd(8) to
  36. have more details).
  37.  
  38.  -- Eduard Bloch <blade@debian.org>, Thu, 06 Jan 2005 19:50:41 +0100
  39.  -- Gregory Colpart <reg@evolix.fr>, Sun, 23 Jul 2006 02:09:03 +0200
  40.